From bc403e50f094b7aa9f041f1efc9fd5c9995876a6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 5 Nov 2006 04:09:46 +0000 Subject: [PATCH] (unexec): Fix typo in output message. --- src/unexcw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unexcw.c b/src/unexcw.c index aee4f58896c..92e313c05d6 100644 --- a/src/unexcw.c +++ b/src/unexcw.c @@ -262,7 +262,7 @@ unexec (char *outfile, char *infile, unsigned start_data, unsigned d1, if (bss_sbrk_did_unexec) { /* can only dump once */ - printf ("You can only dump emacs once on this platform.\n"); + printf ("You can only dump Emacs once on this platform.\n"); return (1); } -- 2.30.2